home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TREGCODEDLG / TREGCODEDLG.txt
Text File  |  1997-06-09  |  3KB  |  132 lines

  1. object RegCodeDlg: TRegCodeDlg
  2.   Left = 194
  3.   Top = 264
  4.   HelpContext = 250
  5.   BorderStyle = bsDialog
  6.   Caption = 'zMUD Registration Code'
  7.   ClientHeight = 208
  8.   ClientWidth = 304
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image4: TImage
  18.     Left = 13
  19.     Top = 10
  20.     Width = 33
  21.     Height = 32
  22.     AutoSize = True
  23.   end
  24.   object Label2: TLabel
  25.     Left = 52
  26.     Top = 20
  27.     Width = 219
  28.     Height = 13
  29.     Caption = 'Enter your registration code and the Name you'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 52
  33.     Top = 52
  34.     Width = 113
  35.     Height = 13
  36.     Caption = 'This version is currently:'
  37.   end
  38.   object RegState: TLabel
  39.     Left = 176
  40.     Top = 52
  41.     Width = 5
  42.     Height = 13
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label1: TLabel
  50.     Left = 52
  51.     Top = 124
  52.     Width = 86
  53.     Height = 13
  54.     Caption = 'Registration code:'
  55.   end
  56.   object Label4: TLabel
  57.     Left = 72
  58.     Top = 33
  59.     Width = 163
  60.     Height = 13
  61.     Caption = 'used to register in the boxes below'
  62.   end
  63.   object Label5: TLabel
  64.     Left = 52
  65.     Top = 85
  66.     Width = 90
  67.     Height = 13
  68.     Caption = 'Registration Name:'
  69.   end
  70.   object RegCode: TEdit
  71.     Left = 52
  72.     Top = 137
  73.     Width = 237
  74.     Height = 21
  75.     AutoSize = False
  76.     PasswordChar = '*'
  77.     TabOrder = 1
  78.   end
  79.   object OKButton: TBitBtn
  80.     Left = 52
  81.     Top = 168
  82.     Width = 77
  83.     Height = 27
  84.     Font.Color = clBtnText
  85.     Font.Height = -10
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 2
  90.     OnClick = OKButtonClick
  91.     Kind = bkOK
  92.   end
  93.   object CancelBtn: TBitBtn
  94.     Left = 132
  95.     Top = 168
  96.     Width = 77
  97.     Height = 27
  98.     Font.Color = clBtnText
  99.     Font.Height = -10
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     TabOrder = 3
  104.     Kind = bkCancel
  105.   end
  106.   object Username: TEdit
  107.     Left = 52
  108.     Top = 98
  109.     Width = 237
  110.     Height = 21
  111.     AutoSize = False
  112.     TabOrder = 0
  113.   end
  114.   object BitBtn1: TBitBtn
  115.     Left = 212
  116.     Top = 168
  117.     Width = 77
  118.     Height = 27
  119.     HelpContext = 250
  120.     Font.Color = clBtnText
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 4
  126.     Kind = bkHelp
  127.     Margin = 2
  128.     Spacing = -1
  129.     IsControl = True
  130.   end
  131. end
  132.